kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin
/
[JRE]Throwable
/
Throwable
Throwable
JRE
fun
Throwable
(
message
:
String
?
)
Content copied to clipboard
fun
Throwable
(
cause
:
Throwable
?
)
Content copied to clipboard
fun
Throwable
(
)
Content copied to clipboard
fun
Throwable
(
message
:
String
?
,
cause
:
Throwable
?
)
Content copied to clipboard
Parameters
message
the detail message string.
cause
the cause of this throwable.